[INFO] fetching crate mori_parallel 0.1.3...
[INFO] fixing mori_parallel-0.1.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate mori_parallel 0.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate mori_parallel 0.1.3
[INFO] finished tweaking crates.io crate mori_parallel 0.1.3
[INFO] tweaked toml for crates.io crate mori_parallel 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mori_parallel 0.1.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 26 packages to latest compatible versions
[INFO] [stderr]       Adding ndarray v0.11.2 (available: v0.17.2)
[INFO] [stderr]       Adding ndarray-parallel v0.8.0 (available: v0.9.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mori_parallel` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3
[INFO] running `Command { std: "docker" "start" "f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mori_parallel` (manifest) generated 1 warning
[INFO] [stderr]    Compiling num-complex v0.1.44
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]     Checking rawpointer v0.1.0
[INFO] [stderr]    Compiling ndarray v0.11.2
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking ndarray-parallel v0.8.0
[INFO] [stderr]     Checking mori_parallel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]    Migrating tests/ori_conv_tests.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating tests/ori_rot_tests.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
[INFO] [stderr] crater-edition-check: mori_parallel v0.1.3 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking mori_parallel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 566 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 566 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:573:25
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 573 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 573 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:578:29
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 578 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 578 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:624:29
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 624 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 624 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:631:25
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 631 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 631 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:636:29
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 636 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:667:29
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 667 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 667 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:668:28
[INFO] [stdout]     |
[INFO] [stdout] 668 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 668 -                 vec.assign({&rvec});
[INFO] [stdout] 668 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:678:29
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 678 -                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 678 +                 rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:679:28
[INFO] [stdout]     |
[INFO] [stdout] 679 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 679 -                 vec.assign({&rvec});
[INFO] [stdout] 679 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 719 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 719 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 566 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 566 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:573:25
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 573 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 573 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:578:29
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 578 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 578 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:624:29
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 624 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 624 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:773:32
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 773 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 773 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:631:25
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 631 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 631 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:816:32
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 816 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 816 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:636:29
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 636 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:817:31
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 tensor.assign({&rtensor});
[INFO] [stdout] 817 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:667:29
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 667 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 667 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:826:32
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                                ^                                                                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 826 -                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout] 826 +                 rtensor.assign(&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:668:28
[INFO] [stdout]     |
[INFO] [stdout] 668 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 668 -                 vec.assign({&rvec});
[INFO] [stdout] 668 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:827:31
[INFO] [stdout]     |
[INFO] [stdout] 827 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 827 -                 tensor.assign({&rtensor});
[INFO] [stdout] 827 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:678:29
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 678 -                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 678 +                 rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:654:28
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 654 -                 vec.assign({&rvec});    
[INFO] [stdout] 654 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:679:28
[INFO] [stdout]     |
[INFO] [stdout] 679 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 679 -                 vec.assign({&rvec});
[INFO] [stdout] 679 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:663:28
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 663 -                 vec.assign({&rvec});  
[INFO] [stdout] 663 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 719 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 719 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 528 -                 vec.assign({&rvec});    
[INFO] [stdout] 528 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:537:28
[INFO] [stdout]     |
[INFO] [stdout] 537 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 537 -                 vec.assign({&rvec});  
[INFO] [stdout] 537 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:773:32
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 773 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 773 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:816:32
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 816 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 816 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:817:31
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 tensor.assign({&rtensor});
[INFO] [stdout] 817 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:826:32
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                                ^                                                                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 826 -                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout] 826 +                 rtensor.assign(&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:827:31
[INFO] [stdout]     |
[INFO] [stdout] 827 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 827 -                 tensor.assign({&rtensor});
[INFO] [stdout] 827 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:654:28
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 654 -                 vec.assign({&rvec});    
[INFO] [stdout] 654 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:663:28
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 663 -                 vec.assign({&rvec});  
[INFO] [stdout] 663 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:808:28
[INFO] [stdout]     |
[INFO] [stdout] 808 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 808 -                 vec.assign({&rvec});    
[INFO] [stdout] 808 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 vec.assign({&rvec});  
[INFO] [stdout] 817 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 528 -                 vec.assign({&rvec});    
[INFO] [stdout] 528 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:537:28
[INFO] [stdout]     |
[INFO] [stdout] 537 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 537 -                 vec.assign({&rvec});  
[INFO] [stdout] 537 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:808:28
[INFO] [stdout]     |
[INFO] [stdout] 808 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 808 -                 vec.assign({&rvec});    
[INFO] [stdout] 808 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 vec.assign({&rvec});  
[INFO] [stdout] 817 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking mori_parallel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/ori_rot_tests.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/ori_conv_tests.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
[INFO] [stderr] crater-edition-check: mori_parallel v0.1.3 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking mori_parallel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 566 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 566 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:573:25
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 573 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 573 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:578:29
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 578 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 578 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:624:29
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 624 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 624 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:631:25
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 631 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 631 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:636:29
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 636 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:667:29
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 667 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 667 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:668:28
[INFO] [stdout]     |
[INFO] [stdout] 668 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 668 -                 vec.assign({&rvec});
[INFO] [stdout] 668 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:678:29
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 678 -                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 678 +                 rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:679:28
[INFO] [stdout]     |
[INFO] [stdout] 679 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 679 -                 vec.assign({&rvec});
[INFO] [stdout] 679 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 719 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 719 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:773:32
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 773 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 773 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:816:32
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 816 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 816 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:817:31
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 tensor.assign({&rtensor});
[INFO] [stdout] 817 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:826:32
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                                ^                                                                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 826 -                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout] 826 +                 rtensor.assign(&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:827:31
[INFO] [stdout]     |
[INFO] [stdout] 827 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 827 -                 tensor.assign({&rtensor});
[INFO] [stdout] 827 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:654:28
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 654 -                 vec.assign({&rvec});    
[INFO] [stdout] 654 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:663:28
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 663 -                 vec.assign({&rvec});  
[INFO] [stdout] 663 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 528 -                 vec.assign({&rvec});    
[INFO] [stdout] 528 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:537:28
[INFO] [stdout]     |
[INFO] [stdout] 537 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 537 -                 vec.assign({&rvec});  
[INFO] [stdout] 537 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:808:28
[INFO] [stdout]     |
[INFO] [stdout] 808 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 808 -                 vec.assign({&rvec});    
[INFO] [stdout] 808 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 vec.assign({&rvec});  
[INFO] [stdout] 817 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 566 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 566 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:573:25
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 573 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 573 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:578:29
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 578 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 578 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:624:29
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 624 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 624 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:631:25
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 631 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 631 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:636:29
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 636 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:667:29
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 667 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 667 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:668:28
[INFO] [stdout]     |
[INFO] [stdout] 668 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 668 -                 vec.assign({&rvec});
[INFO] [stdout] 668 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:678:29
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 678 -                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 678 +                 rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:679:28
[INFO] [stdout]     |
[INFO] [stdout] 679 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 679 -                 vec.assign({&rvec});
[INFO] [stdout] 679 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 719 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 719 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:773:32
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 773 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 773 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:816:32
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 816 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 816 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:817:31
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 tensor.assign({&rtensor});
[INFO] [stdout] 817 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:826:32
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                                ^                                                                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 826 -                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout] 826 +                 rtensor.assign(&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:827:31
[INFO] [stdout]     |
[INFO] [stdout] 827 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 827 -                 tensor.assign({&rtensor});
[INFO] [stdout] 827 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:654:28
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 654 -                 vec.assign({&rvec});    
[INFO] [stdout] 654 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:663:28
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 663 -                 vec.assign({&rvec});  
[INFO] [stdout] 663 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 528 -                 vec.assign({&rvec});    
[INFO] [stdout] 528 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:537:28
[INFO] [stdout]     |
[INFO] [stdout] 537 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 537 -                 vec.assign({&rvec});  
[INFO] [stdout] 537 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:808:28
[INFO] [stdout]     |
[INFO] [stdout] 808 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 808 -                 vec.assign({&rvec});    
[INFO] [stdout] 808 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 vec.assign({&rvec});  
[INFO] [stdout] 817 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/bunge.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view(&self) -> ArrayView3<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rmat.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut3<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/ang_axis_comp.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/rod_vec_comp.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<f64>{
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn ori_view(&self) -> ArrayView2<'_, f64>{
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/orientations/quat.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<f64>{
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn ori_view_mut(&mut self) -> ArrayViewMut2<'_, f64>{
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking mori_parallel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:566:30
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:578:30
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:573:26
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:624:30
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:636:30
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:631:26
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:667:30
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:678:30
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:719:33
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:727:17
[INFO] [stdout]     |
[INFO] [stdout] 726 |             rtensor.assign({
[INFO] [stdout]     |                     ------ borrow later used by call
[INFO] [stdout] 727 |                 &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:773:33
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:781:21
[INFO] [stdout]     |
[INFO] [stdout] 780 |                 rtensor.assign({
[INFO] [stdout]     |                         ------ borrow later used by call
[INFO] [stdout] 781 |                     &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:816:33
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:826:33
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:566:30
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:578:30
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:573:26
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:624:30
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:636:30
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:631:26
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:667:30
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:678:30
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                      ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:719:33
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:727:17
[INFO] [stdout]     |
[INFO] [stdout] 726 |             rtensor.assign({
[INFO] [stdout]     |                     ------ borrow later used by call
[INFO] [stdout] 727 |                 &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:773:33
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:781:21
[INFO] [stdout]     |
[INFO] [stdout] 780 |                 rtensor.assign({
[INFO] [stdout]     |                         ------ borrow later used by call
[INFO] [stdout] 781 |                     &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:816:33
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/orientations/rmat.rs:826:33
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                         ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/ori_conv_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/ori_rot_tests.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
[INFO] [stderr] crater-edition-check: mori_parallel v0.1.3 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking mori_parallel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 566 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 566 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:573:25
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 573 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 573 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:578:29
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 578 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 578 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:624:29
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 624 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 624 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:631:25
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 631 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 631 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:636:29
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 636 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:667:29
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 667 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 667 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:668:28
[INFO] [stdout]     |
[INFO] [stdout] 668 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 668 -                 vec.assign({&rvec});
[INFO] [stdout] 668 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:678:29
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 678 -                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 678 +                 rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:679:28
[INFO] [stdout]     |
[INFO] [stdout] 679 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 679 -                 vec.assign({&rvec});
[INFO] [stdout] 679 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 719 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 719 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:773:32
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 773 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 773 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:816:32
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 816 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 816 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:817:31
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 tensor.assign({&rtensor});
[INFO] [stdout] 817 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:826:32
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                                ^                                                                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 826 -                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout] 826 +                 rtensor.assign(&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:827:31
[INFO] [stdout]     |
[INFO] [stdout] 827 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 827 -                 tensor.assign({&rtensor});
[INFO] [stdout] 827 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:654:28
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 654 -                 vec.assign({&rvec});    
[INFO] [stdout] 654 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:663:28
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 663 -                 vec.assign({&rvec});  
[INFO] [stdout] 663 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 528 -                 vec.assign({&rvec});    
[INFO] [stdout] 528 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:537:28
[INFO] [stdout]     |
[INFO] [stdout] 537 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 537 -                 vec.assign({&rvec});  
[INFO] [stdout] 537 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:808:28
[INFO] [stdout]     |
[INFO] [stdout] 808 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 808 -                 vec.assign({&rvec});    
[INFO] [stdout] 808 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 vec.assign({&rvec});  
[INFO] [stdout] 817 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:566:31
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:578:31
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:573:27
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                  |        |                                    |
[INFO] [stdout]     |                  |        |                                    temporary value is freed at the end of this statement
[INFO] [stdout]     |                  |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:624:31
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:636:31
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:631:27
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                  |        |                                    |
[INFO] [stdout]     |                  |        |                                    temporary value is freed at the end of this statement
[INFO] [stdout]     |                  |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:667:31
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:678:31
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |                                    |
[INFO] [stdout]     |                      |        |                                    temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:719:34
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                              |
[INFO] [stdout]     |                         |        |                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:727:18
[INFO] [stdout]     |
[INFO] [stdout] 726 |             rtensor.assign({
[INFO] [stdout]     |                     ------ borrow later used by call
[INFO] [stdout] 727 |                 &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                  |                                                                              |
[INFO] [stdout]     |                  |                                                                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                  creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:773:34
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                              |
[INFO] [stdout]     |                         |        |                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:781:22
[INFO] [stdout]     |
[INFO] [stdout] 780 |                 rtensor.assign({
[INFO] [stdout]     |                         ------ borrow later used by call
[INFO] [stdout] 781 |                     &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |                                                                              |
[INFO] [stdout]     |                      |                                                                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                      creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:816:34
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                              |
[INFO] [stdout]     |                         |        |                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:826:34
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                                                                              |
[INFO] [stdout]     |                         |        |                                                                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 566 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 566 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:573:25
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 573 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 573 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:578:29
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 578 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 578 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:624:29
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 624 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 624 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mori_parallel` (lib) due to 14 previous errors; 22 warnings emitted
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:631:25
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                         ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 631 -             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 631 +             rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:636:29
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 636 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:667:29
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                             ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 667 -                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout] 667 +                 rvec.assign(&rmat.dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:668:28
[INFO] [stdout]     |
[INFO] [stdout] 668 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 668 -                 vec.assign({&rvec});
[INFO] [stdout] 668 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:678:29
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 678 -                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout] 678 +                 rvec.assign(&self.ori.subview(Axis(2), 0).dot(&vec));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:679:28
[INFO] [stdout]     |
[INFO] [stdout] 679 |                 vec.assign({&rvec});
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 679 -                 vec.assign({&rvec});
[INFO] [stdout] 679 +                 vec.assign(&rvec);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 719 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 719 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:773:32
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 773 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 773 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:816:32
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                                ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 816 -                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout] 816 +                 rtensor.assign(&rmat.dot(&tensor.dot(&rmat.t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:817:31
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 tensor.assign({&rtensor});
[INFO] [stdout] 817 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:826:32
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                                ^                                                                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 826 -                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout] 826 +                 rtensor.assign(&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t())));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rmat.rs:827:31
[INFO] [stdout]     |
[INFO] [stdout] 827 |                 tensor.assign({&rtensor});
[INFO] [stdout]     |                               ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 827 -                 tensor.assign({&rtensor});
[INFO] [stdout] 827 +                 tensor.assign(&rtensor);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:654:28
[INFO] [stdout]     |
[INFO] [stdout] 654 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 654 -                 vec.assign({&rvec});    
[INFO] [stdout] 654 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/ang_axis.rs:663:28
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 663 -                 vec.assign({&rvec});  
[INFO] [stdout] 663 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 528 -                 vec.assign({&rvec});    
[INFO] [stdout] 528 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/rod_vec.rs:537:28
[INFO] [stdout]     |
[INFO] [stdout] 537 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 537 -                 vec.assign({&rvec});  
[INFO] [stdout] 537 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:808:28
[INFO] [stdout]     |
[INFO] [stdout] 808 |                 vec.assign({&rvec});    
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 808 -                 vec.assign({&rvec});    
[INFO] [stdout] 808 +                 vec.assign(&rvec);    
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around method argument
[INFO] [stdout]    --> src/orientations/quat.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 vec.assign({&rvec});  
[INFO] [stdout]     |                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 817 -                 vec.assign({&rvec});  
[INFO] [stdout] 817 +                 vec.assign(&rvec);  
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:566:31
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:578:31
[INFO] [stdout]     |
[INFO] [stdout] 578 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:573:27
[INFO] [stdout]     |
[INFO] [stdout] 573 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                  |        |                                    |
[INFO] [stdout]     |                  |        |                                    temporary value is freed at the end of this statement
[INFO] [stdout]     |                  |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:624:31
[INFO] [stdout]     |
[INFO] [stdout] 624 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:636:31
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:631:27
[INFO] [stdout]     |
[INFO] [stdout] 631 |             rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                  ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                  |        |                                    |
[INFO] [stdout]     |                  |        |                                    temporary value is freed at the end of this statement
[INFO] [stdout]     |                  |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                  borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:667:31
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 rvec.assign({&rmat.dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |            |
[INFO] [stdout]     |                      |        |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:678:31
[INFO] [stdout]     |
[INFO] [stdout] 678 |                 rvec.assign({&self.ori.subview(Axis(2), 0).dot(&vec)});
[INFO] [stdout]     |                      ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |        |                                    |
[INFO] [stdout]     |                      |        |                                    temporary value is freed at the end of this statement
[INFO] [stdout]     |                      |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                      borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:719:34
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                              |
[INFO] [stdout]     |                         |        |                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:727:18
[INFO] [stdout]     |
[INFO] [stdout] 726 |             rtensor.assign({
[INFO] [stdout]     |                     ------ borrow later used by call
[INFO] [stdout] 727 |                 &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                  |                                                                              |
[INFO] [stdout]     |                  |                                                                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                  creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:773:34
[INFO] [stdout]     |
[INFO] [stdout] 773 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                              |
[INFO] [stdout]     |                         |        |                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:781:22
[INFO] [stdout]     |
[INFO] [stdout] 780 |                 rtensor.assign({
[INFO] [stdout]     |                         ------ borrow later used by call
[INFO] [stdout] 781 |                     &self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                      |                                                                              |
[INFO] [stdout]     |                      |                                                                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                      creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:816:34
[INFO] [stdout]     |
[INFO] [stdout] 816 |                 rtensor.assign({&rmat.dot(&tensor.dot(&rmat.t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                              |
[INFO] [stdout]     |                         |        |                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/orientations/rmat.rs:826:34
[INFO] [stdout]     |
[INFO] [stdout] 826 |                 rtensor.assign({&self.ori.subview(Axis(2), 0).dot(&tensor.dot(&self.ori.subview(Axis(2), 0).t()))});
[INFO] [stdout]     |                         ------   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |        |                                                                              |
[INFO] [stdout]     |                         |        |                                                                              temporary value is freed at the end of this statement
[INFO] [stdout]     |                         |        creates a temporary value which is freed while still in use
[INFO] [stdout]     |                         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mori_parallel` (lib test) due to 14 previous errors; 22 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3", kill_on_drop: false }`
[INFO] [stdout] f3d46519e3ba8f051b84cc98c7c207502c053b9beeb7326ff4fc4798eac91ef3
